home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / trycpp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  100 b   |  8 lines

  1. void main()
  2. {
  3. #ifdef NeXT
  4.   printf("nextstep\n"); exit(0);
  5. #endif
  6.   printf("unknown\n"); exit(0);
  7. }
  8.